MassGBXMLExportOptions(IList(ElementId), IList(ElementId))
Description:
Constructs a new instance of the options used to export a mass model to gbXML.
Constructs a new instance of the options used to export a mass model to gbXML.
Overloads (2):
MassGBXMLExportOptions(IList[ElementId],IList[ElementId])
public MassGBXMLExportOptions(
IList<ElementId> massZoneIds,
IList<ElementId> massIds
)
-
IList<ElementId>massZoneIdsIndicates the mass zones to analyze in the exported gbXML.
-
IList<ElementId>massIdsIndicates the masses to use as shading surfaces in the exported gbXML--these masses must not have mass floors or mass zones so as not to end up with duplicate surface information in the gbXML output.
-
A non-optional argument was NULL